3.58 \(\int x^2 \sinh (a+b x^n) \, dx\)

Optimal. Leaf size=75 \[ \frac{e^{-a} x^3 \left (b x^n\right )^{-3/n} \text{Gamma}\left (\frac{3}{n},b x^n\right )}{2 n}-\frac{e^a x^3 \left (-b x^n\right )^{-3/n} \text{Gamma}\left (\frac{3}{n},-b x^n\right )}{2 n} \]

[Out]

-(E^a*x^3*Gamma[3/n, -(b*x^n)])/(2*n*(-(b*x^n))^(3/n)) + (x^3*Gamma[3/n, b*x^n])/(2*E^a*n*(b*x^n)^(3/n))

________________________________________________________________________________________

Rubi [A]  time = 0.0738682, antiderivative size = 75, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167, Rules used = {5360, 2218} \[ \frac{e^{-a} x^3 \left (b x^n\right )^{-3/n} \text{Gamma}\left (\frac{3}{n},b x^n\right )}{2 n}-\frac{e^a x^3 \left (-b x^n\right )^{-3/n} \text{Gamma}\left (\frac{3}{n},-b x^n\right )}{2 n} \]

Antiderivative was successfully verified.

[In]

Int[x^2*Sinh[a + b*x^n],x]

[Out]

-(E^a*x^3*Gamma[3/n, -(b*x^n)])/(2*n*(-(b*x^n))^(3/n)) + (x^3*Gamma[3/n, b*x^n])/(2*E^a*n*(b*x^n)^(3/n))

Rule 5360

Int[((e_.)*(x_))^(m_.)*Sinh[(c_.) + (d_.)*(x_)^(n_)], x_Symbol] :> Dist[1/2, Int[(e*x)^m*E^(c + d*x^n), x], x]
 - Dist[1/2, Int[(e*x)^m*E^(-c - d*x^n), x], x] /; FreeQ[{c, d, e, m, n}, x]

Rule 2218

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> -Simp[(F^a*(e + f*
x)^(m + 1)*Gamma[(m + 1)/n, -(b*(c + d*x)^n*Log[F])])/(f*n*(-(b*(c + d*x)^n*Log[F]))^((m + 1)/n)), x] /; FreeQ
[{F, a, b, c, d, e, f, m, n}, x] && EqQ[d*e - c*f, 0]

Rubi steps

\begin{align*} \int x^2 \sinh \left (a+b x^n\right ) \, dx &=-\left (\frac{1}{2} \int e^{-a-b x^n} x^2 \, dx\right )+\frac{1}{2} \int e^{a+b x^n} x^2 \, dx\\ &=-\frac{e^a x^3 \left (-b x^n\right )^{-3/n} \Gamma \left (\frac{3}{n},-b x^n\right )}{2 n}+\frac{e^{-a} x^3 \left (b x^n\right )^{-3/n} \Gamma \left (\frac{3}{n},b x^n\right )}{2 n}\\ \end{align*}

Mathematica [A]  time = 0.0947994, size = 88, normalized size = 1.17 \[ -\frac{x^3 \left (-b^2 x^{2 n}\right )^{-3/n} \left ((\sinh (a)+\cosh (a)) \left (b x^n\right )^{3/n} \text{Gamma}\left (\frac{3}{n},-b x^n\right )-(\cosh (a)-\sinh (a)) \left (-b x^n\right )^{3/n} \text{Gamma}\left (\frac{3}{n},b x^n\right )\right )}{2 n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2*Sinh[a + b*x^n],x]

[Out]

-(x^3*(-((-(b*x^n))^(3/n)*Gamma[3/n, b*x^n]*(Cosh[a] - Sinh[a])) + (b*x^n)^(3/n)*Gamma[3/n, -(b*x^n)]*(Cosh[a]
 + Sinh[a])))/(2*n*(-(b^2*x^(2*n)))^(3/n))

________________________________________________________________________________________

Maple [C]  time = 0.09, size = 77, normalized size = 1. \begin{align*}{\frac{{x}^{3}\sinh \left ( a \right ) }{3}{\mbox{$_1$F$_2$}({\frac{3}{2\,n}};\,{\frac{1}{2}},1+{\frac{3}{2\,n}};\,{\frac{{x}^{2\,n}{b}^{2}}{4}})}}+{\frac{{x}^{n+3}b\cosh \left ( a \right ) }{n+3}{\mbox{$_1$F$_2$}({\frac{1}{2}}+{\frac{3}{2\,n}};\,{\frac{3}{2}},{\frac{3}{2}}+{\frac{3}{2\,n}};\,{\frac{{x}^{2\,n}{b}^{2}}{4}})}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*sinh(a+b*x^n),x)

[Out]

1/3*x^3*hypergeom([3/2/n],[1/2,1+3/2/n],1/4*x^(2*n)*b^2)*sinh(a)+1/(n+3)*x^(n+3)*b*hypergeom([1/2+3/2/n],[3/2,
3/2+3/2/n],1/4*x^(2*n)*b^2)*cosh(a)

________________________________________________________________________________________

Maxima [A]  time = 1.2102, size = 99, normalized size = 1.32 \begin{align*} \frac{x^{3} e^{\left (-a\right )} \Gamma \left (\frac{3}{n}, b x^{n}\right )}{2 \, \left (b x^{n}\right )^{\frac{3}{n}} n} - \frac{x^{3} e^{a} \Gamma \left (\frac{3}{n}, -b x^{n}\right )}{2 \, \left (-b x^{n}\right )^{\frac{3}{n}} n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sinh(a+b*x^n),x, algorithm="maxima")

[Out]

1/2*x^3*e^(-a)*gamma(3/n, b*x^n)/((b*x^n)^(3/n)*n) - 1/2*x^3*e^a*gamma(3/n, -b*x^n)/((-b*x^n)^(3/n)*n)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (x^{2} \sinh \left (b x^{n} + a\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sinh(a+b*x^n),x, algorithm="fricas")

[Out]

integral(x^2*sinh(b*x^n + a), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{2} \sinh{\left (a + b x^{n} \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*sinh(a+b*x**n),x)

[Out]

Integral(x**2*sinh(a + b*x**n), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{2} \sinh \left (b x^{n} + a\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sinh(a+b*x^n),x, algorithm="giac")

[Out]

integrate(x^2*sinh(b*x^n + a), x)